home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0412 / odbctest.txt < prev   
Text File  |  1997-04-01  |  4KB  |  101 lines

  1. ODBCTEST - ODBC test application 
  2. =================================
  3.  
  4. ODBCTEST is a small test application that enables you to connect to an 
  5. ODBC source and execute SQL statements against it. It is there for those 
  6. of you that do not already have some other (and better) application able 
  7. to talk to ODBC drivers. It's main strong point is its ability to return 
  8. the raw ODBC error messages directly to you without any filtering. This 
  9. can be a very handy feature. You may also find it a nice utility if you 
  10. often issue long streams of SQL against different ODBC compatible 
  11. databases. 
  12.  
  13. ODBCTEST is written by Jorgen Grosbol, ISS Data, Denmark, in 1996. 
  14.  
  15. ODBCTEST is freeware. 
  16.  
  17. Disclaimer: If you use this software you and you alone carry the 
  18. responsibility for errors and/or problems resulting from its use. 
  19.  
  20. 16- and 32-bit versions 
  21. ========================
  22.  
  23. There exists a 16 bit and a 32 bit version of the ODBCTEST program, 
  24. named 
  25.  
  26.  
  27.  
  28. ODBCT16.EXE (16 bit version) 
  29. ODBCT32.EXE (32 bit version) 
  30.  
  31. The two version are identical except that the 16 bit version uses 16 bit 
  32. libraries and the 32 bit version uses 32 bit libraries. If you execute 
  33. the program under Windows 95 or Windows NT you can use either program. 
  34. If you use the program under Windows 3.x you have to use the 16 bit 
  35. version of the program. 
  36.  
  37. Note that the 16 bit version talks to 16 bit ODBC drivers while the 32 
  38. bit version talks to 32 bit ODBC drivers. 
  39.  
  40. Using ODBCTEST 
  41. ===============
  42.  
  43. You activate ODBCTEST by simply double clicking its icon. The interface 
  44. is MDI (multi document interface), so you can access and test several 
  45. ODBC sources at the same time, one in each window. 
  46.  
  47. Before you can execute SQL statements against an ODBC source you must 
  48. connect to it. Use the SQL/Open ODBC connection menu item to perform the 
  49. connect. 
  50.  
  51. Once the connection is established you use the SQL/Execute SQL commands 
  52. menu item to enter and submit SQL commands against the data source. You 
  53. can load and save the SQL statements in files via the buttons placed 
  54. directly under the SQL source filename field. 
  55.  
  56. You can submit more than one SQL statement if you delimit them by 
  57. semicolons. If semicolons are used they should be either the last 
  58. nonblank character on the line or occupy an otherwise blank line by 
  59. themselves. Also you may place SQL comment characters (double dash, --) 
  60. in front of lines to have ODBCTEST ignore them. 
  61.  
  62. If you execute several SQL statements and an error occurs you are shown 
  63. the error message and you are asked if you want to cancel the command 
  64. stream now or if you want to continue processing commands. 
  65.  
  66. Note that due to Windows peculiarities you have to use Ctrl+Enter to 
  67. place newline characters in the SQL source window. 
  68.  
  69. Choosing ODBC drivers 
  70. ======================
  71.  
  72. The ODBC interface exists in several versions and each version 
  73. implements several levels (core level, level 1 and level 2). This alone 
  74. ensures that you cannot be sure that your ODBC driver will work with the 
  75. ODBCTEST program, and to complicate matters further not all drivers are 
  76. written exactly to specifications, and some drivers contain bugs. 
  77.  
  78. The ODBCTEST program is written to the ODBC version 2 function level 2, 
  79. but it does not by far use all functions in the interface, so drivers 
  80. implementing a lower level may still work. Sometimes this may result in 
  81. irrelevant error messages. 
  82.  
  83. To summarize: you should always test to see if a driver actually works 
  84. with the software mix you are going to use. Do not take the driver 
  85. supplier's word for it. 
  86.  
  87. We have tested ODBCTEST against several ODBC drivers, and our general 
  88. impression is that the drivers from the major suppliers work just fine. 
  89. When it comes to drivers for less popular systems you just have to try 
  90. them out 
  91.  
  92. Talking to the author 
  93. ======================
  94.  
  95. You can reach me at my E-mail address: jorgengros@cybernet.dk, put 
  96. please bear in mind that this is a freeware program given to you as-is. 
  97. While I would love to hear from you, I may find it difficult to take 
  98. time out to answer all mail, so don't be disappointed if you don't get 
  99. an answer. 
  100.  
  101.